<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**甯冨眬鏍峰紡**/
@charset "utf-8";
.clearfix::after {
    content:"";
    display: block;
    clear: both;
    height: 0;
}
.clearfix {
    clear: both;
    height: 0;
    zoom:1;
    overflow: hidden;
}
.text-center {
    text-align: center;
}
.block-center {
    margin: 0 auto;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.inline-block {
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.static {
    position: static!important;
}
.show { display: block; }
.hide { display: none; }
.ml10 {
    margin-left: 10px;
}
.ml20 {
    margin-left: 20px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mr20 {
    margin-right: 20px;
}</pre></body></html>